home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Amateur Radio User Group / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].zip / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].adf / DisView / CLOSE < prev    next >
Text File  |  1995-05-21  |  1KB  |  36 lines

  1. ==========                                          DISview [518]
  2. close
  3. disconnect
  4. ==========
  5.  
  6. _________________________________________________________________
  7. close [<session_number>]
  8. disconnect [<session_number>]
  9. _________________________________________________________________
  10. Close the specified session.  If you are running only one
  11. session, entering 'close' without arguments will close the
  12. session.  If you have multiple sessions, entering 'close' without
  13. arguments will initiate a close on the current session.
  14.  
  15. If you are running multiple sessions, the 'session' command will
  16. display a list of these sessions.
  17.  
  18. Entering 'close' with a session number argument will initiate a
  19. close on the specified session.
  20.  
  21. On an FTP or Telnet session, this command sends a FIN (i.e.
  22. initiates a close) on the session's TCP connection.  This is an
  23. alternative to asking the remote host to initiate a close (QUIT
  24. to FTP, or the logout command appropriate for the remote system
  25. in the case of Telnet).
  26.  
  27. If you are in an FTP or Telnet Converse session, you will have to
  28. press <F10> to escape to the "net>" prompt to issue the 'close'
  29. command.  When either FTP or Telnet sees the incoming half of a
  30. TCP connection close, it automatically responds by closing the
  31. outgoing half of the connection.  'Close' is more graceful than
  32. the 'reset' command, in that it is less likely to leave the
  33. remote host in a "half-open" state.
  34.  
  35. >> Examples:  close 3
  36.               disconnect 3